home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / topshare / cocktail4.exe / cockta3.CAB / Mydrinks.mdb / RECIPES.json
Encoding:
JavaScript Object Notation  |  1999-12-16  |  1.0 KB

  1. {
  2.     "schema": {
  3.         "Name": "Text (50)",
  4.         "glass": "Text (50)",
  5.         "ingredient1": "Text (250)",
  6.         "Directions": "Text (250)"
  7.     },
  8.     "data": [
  9.         {
  10.             "Name": "Welcome to My Drink Recipes",
  11.             "glass": "Select the Arrow buttons to browse",
  12.             "ingredient1": "To add a recipe:\r\n  1) Select the add button below\r\n  2) Enter in your information\r\n  3) Select the Previous Arrow button (Left Arrow)\r\n\r\nTo edit a recipe:\r\n  1) Goto the recipe\r\n  2) Type in your changes",
  13.             "Directions": "To delete a recipe:\r\n  1) Goto the recipe\r\n  2) Select the delete button below\r\n\r\nTo find a recipe:\r\n  1) Select the find button\r\n  2) Type in the exact name"
  14.         },
  15.         {
  16.             "Name": "Rum and Coke",
  17.             "glass": "Highball",
  18.             "ingredient1": "1 1/2 oz. Rum\r\n6 oz. Coke\r\n1 lime wedge",
  19.             "Directions": "Combine everything into a highball glass with ice, stir, add the lime wedge as garnish and serve."
  20.         },
  21.         {
  22.             "Name": "<Enter Name Here>",
  23.             "glass": "<Enter Glassware Here>",
  24.             "ingredient1": "<Enter Ingredients Here>\r\n(Max Length 250 characters)",
  25.             "Directions": "<Enter Directions Here>\r\n(Max Length 250 characters)"
  26.         }
  27.     ]
  28. }